Skip to main content

CreateUserWhiteList

Description

Add the specified risk items to the baseline whitelist. The baseline check will not report the risk items in the whitelist.

Request Method

POST

Request Path

/apsara/route/aegis/CreateUserWhiteList

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
RiskIdListBODYstringNoNo sample value for this parameter.risk item ID to be added to the whitelist, multiple IDs are separated.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}